home *** CD-ROM | disk | FTP | other *** search
- Path: news.telepac.pt!usenet
- From: jcarlosr@mail.telepac.pt (J.Carlos)
- Newsgroups: comp.lang.c++
- Subject: Re: need HELP with interrupts in Win32
- Date: Mon, 22 Jan 1996 00:33:58 GMT
- Organization: telepac
- Message-ID: <4dupit$9m6@vivaldi.telepac.pt>
- References: <4dsh8e$2ao@cloner2.ix.netcom.com>
- NNTP-Posting-Host: lis3_p5.telepac.pt
- X-Newsreader: Forte Free Agent 1.0.82
-
- joe <jbdortch@ix.netcom.com> wrote:
-
- >i'm using Borland C++ 4.0 and i'm trying to convert some
- >old programs into 32 bit apps. i've been using an old
- >Borland library function called Int86() that used the
- >structure "union REGS" to set the registers. this function
- >is not supported in Win32, so i need a new one.
-
- If you are writing a 32 bits DOS aplication using Borland
- PowerPack you can use int386 for some interrups (you must use
- DPMI to access the others), if you are writing a windows aplication
- it's maybe easier to forget about interrups and find other way to do
- what you want.
- Regards, J.Carlos
-
-